home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
biz
/
patch
/
imagefx103enhanc.lha
/
Install-Update
next >
Wrap
Text File
|
1993-04-21
|
730b
|
27 lines
; Install new ImageFX modules to your current ImageFX:
; assignment. If ImageFX does not reside at this assignment
; or you don't have this assignment, the installation will
; have to be done by hand.
Echo "ImageFX Module Update Installation"
Echo ""
Echo "This script will install updated modules into your current"
Echo "ImageFX system. This script depends on your having made"
Echo "an IMAGEFX: assign to the directory where your copy of ImageFX"
Echo "resides (if you used the default installation process, you"
Echo "should have)."
Echo ""
Ask "Continue (y/N)?"
If WARN
Copy modules ImageFX:modules all
Copy hooks ImageFX:hooks all
Echo "Installation complete."
Else
Echo "Installation aborted."
EndIf